projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6d7a483
)
(compilation-minor-mode): Add missing `)'.
author
Erik Naggum
<erik@naggum.no>
Thu, 22 Feb 1996 02:45:43 +0000
(
02:45
+0000)
committer
Erik Naggum
<erik@naggum.no>
Thu, 22 Feb 1996 02:45:43 +0000
(
02:45
+0000)
lisp/progmodes/compile.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/compile.el
b/lisp/progmodes/compile.el
index a5d72f424b1d807e6479b0dc1c6610f10a8c8120..b679f44f01a4f55a0ec62a87360ba7ae9d6b45bd 100644
(file)
--- a/
lisp/progmodes/compile.el
+++ b/
lisp/progmodes/compile.el
@@
-584,7
+584,7
@@
Turning the mode on runs the normal hook `compilation-minor-mode-hook'."
(> (prefix-numeric-value arg) 0)))
(progn
(compilation-setup)
- (run-hooks 'compilation-minor-mode-hook)))
+ (run-hooks 'compilation-minor-mode-hook)))
)
;; Write msg in the current buffer and hack its mode-line-process.
(defun compilation-handle-exit (process-status exit-status msg)